home *** CD-ROM | disk | FTP | other *** search
/ Champak 52 / Volume 52 - JOGO DISK .iso / Games / decorating_phebes_room.swf / scripts / DefineButton2_186 / BUTTONCONDACTION on(release).as
Text File  |  2007-09-26  |  181b  |  12 lines

  1. on(release){
  2.    if(btn_art._currentframe > 1)
  3.    {
  4.       btn_art.prevFrame();
  5.    }
  6.    else
  7.    {
  8.       btn_art.gotoAndStop(btn_art._totalframes);
  9.    }
  10.    initButtons();
  11. }
  12.